home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 016 / scrnstuf.arc / BACKSCRL.DOC < prev    next >
Encoding:
Text File  |  1984-10-16  |  11.2 KB  |  284 lines

  1.     ---------------------------------------------------
  2.               Back Scroll! Version 6.4
  3.     ---------------------------------------------------
  4.  
  5.            A Bi-directional Scrolling Utility for
  6.              the IBM Personal Computer
  7.  
  8.              By Karlton & Kendrick Kam
  9.  
  10.     Copyright (c) 1983 by The Kampro Group. All rights reserved.
  11.  
  12.  
  13.  
  14.      Back Scroll!, a product of The Kampro Group, is currently
  15. distributed as User Supported Software.  With a few restrictions,
  16. this allows Back Scroll!, although copyrighted, to be freely copied
  17. and distributed.
  18.  
  19.      First, this product must be copied and distributed as a
  20. complete package.  This includes both the Back Scroll! program
  21. (BACKSCRL.COM) and this documentation file (BACKSCRL.DOC).
  22.  
  23.      Second, Back Scroll! is copyrighted and may not be distributed
  24. if altered or modified in any way.
  25.  
  26.      Third, no fee is to be charged for copying or distributing
  27. Back Scroll! without the written permission of The Kampro Group.
  28.  
  29.      In short, Back Scroll! may be copied and distributed to
  30. anyone who wishes it as long as it is a complete unmodified
  31. package including the program and documentation and no fee is
  32. charged. In turn, The Kampro Group is requesting a  small
  33. contribution. About $20.00 is suggested but please contribute
  34. whatever you feel Back Scroll! is worth. Your contributions will
  35. help offset development costs by The Kampro Group and thus assure
  36. future updates and products. Also, registered users of Back Scroll
  37. will be placed on a mailing list for future notification. Even if
  38. you don't feel that Back Scroll! merits a contribution, please
  39. continue to copy and share this program with others.
  40.  
  41.      The Kampro Group welcomes any ideas and suggestions for future
  42. versions and will appreciate any comments regarding Back Scroll! or
  43. any of its software.
  44.  
  45.  
  46.                   The Kampro Group
  47.                   Post Office Box 90654
  48.                   Honolulu, Hawaii  96835
  49.  
  50.  
  51.  
  52. Introduction:
  53. -------------
  54.  
  55.      Back Scroll! is a bi-directional scrolling utility.
  56. Once activated, Back Scroll! will buffer the screen scrolling
  57. so that the user may recall, with a few simple keystrokes, data
  58. that has previously been scrolled off the screen .  The user
  59. may either scroll by line or by page through Back Scroll!'s
  60. buffer. In addition, Back Scroll!'s printer commands allow the
  61. user to select and print any data that is currently in the buffer.
  62.  
  63.      When Back Scroll! is loaded, it becomes an extension to DOS
  64. and from then on will be transparent to the user and most programs.
  65. The activation of Back Scroll!, once loaded, can be done at any
  66. time without any danger to the current operation. When entering
  67. and exiting Back Scroll!, the current display screen will be
  68. saved and restored so that the user may continue without any
  69. interference.
  70.  
  71. Note: Back Scroll! will only support the eighty column text display
  72. mode of either the color or monochrome display card. Unpredictable
  73. results may occur when Back Scroll! is toggled while in either the
  74. forty column mode or in any graphics mode.
  75.  
  76.  
  77.  
  78. Installation:
  79. -------------
  80.  
  81.      When using Back Scroll!, one must remember that since the
  82. screen scrolling must be buffered in memory, a certain amount
  83. must be set aside for it. Specifically, Back Scroll! when loaded
  84. and running, requires approximately 6700 bytes of memory. Another
  85. 2000 bytes are needed per screen of buffer. It is the screen
  86. buffer memory that will take the most memory and if you are not
  87. careful, may cause some problems in systems with minimal memory.
  88. The maximum number of screens is set at 28 or about 56000 bytes.
  89. Back Scroll! will default to 4 screens, or 8000 bytes, plus 6700
  90. more for the program itself for a total overhead of about 14700
  91. bytes.
  92.  
  93.      The installation of Back Scroll! is simple in that the program
  94. only needs to be copied onto a working disk.  Once installed the
  95. program is called as follows:
  96.  
  97.  
  98.            BACKSCRL,Parm1,Parm2
  99.  
  100.  
  101.      Where "Parm1" may be substituted with a number between 1 and 28
  102. to specify the number of screen pages. Remember, Back Scroll! will
  103. take up between 8000 and 58000 bytes of system memory depending on
  104. the amount chosen. Again, the default is set at 4 screen pages or
  105. about 14700 bytes of memory.
  106.  
  107.      "parm2" may be substituted with a number between 1 and 25 and
  108. will specify the numbers of lines Back Scroll! will page up and down
  109. through its buffer. The default is set at 25 lines or a full screen
  110. but you may wish to change it.
  111.  
  112.  
  113.  
  114. Operations:
  115. -----------
  116.  
  117.      The operation of Back Scroll! is easy and can be done in a
  118. few simple steps.
  119.  
  120. First, Back Scroll! must be called with the proper parameters.
  121. This can be done by entering this command at the DOS prompt:
  122.  
  123.            BACKSCRL,parm1,parm2
  124.  
  125. And depressing the return key.
  126.  
  127. If no parameters are given, Back Scroll! will create a 4 screen
  128. buffer with a 25 line page up and page down rate. The size of
  129. Back Scroll! will be about 14700 bytes long but may be changed as
  130. noted in the installation section by simply specifying the parameters.
  131.  
  132. Once Back Scroll! is loaded, you will be returned to the DOS prompt.
  133. Except for a reduction in system memory, you may then continue using
  134. your computer normally.
  135.  
  136. Second, now that Back Scroll! is an extension of DOS, it may be
  137. called up while in any program. The commands for doing this are
  138. as follows:
  139.  
  140. Control + Space Bar: These two keys are used to toggle into Back Scroll!.
  141.              To avoid interfering with the current program,
  142.              the keyboard will respond normally until these
  143.              keys are pressed.    Once in Back Scroll!, The current
  144.              operation is suspended and the display screen is
  145.              saved.
  146.  
  147. Control + Return:    Pressing these two keys simultaneously will
  148.              "take a picture" of the current screen.
  149.              This can be done at any time and will move the
  150.              entire screen into the buffer and then return the
  151.              user to the current task.
  152.  
  153. The following keys must be used after the "Control + Space Bar"
  154. sequence:
  155.  
  156. Home:           This key will move the cursor up one line in the
  157.            buffer. If the cursor is at the top of the screen,
  158.            the screen will be scrolled down one row and the
  159.            top line displayed on the screen from the buffer.
  160.  
  161. End:           This is the opposite of the above key. The cursor is
  162.            moved down or the screen is scroll up then a line
  163.            from the buffer displayed.
  164.  
  165. Cursor Up:       This is used to scroll up the buffer. The screen
  166.            will be scrolled while leaving the cursor in its
  167.            current position on the screen.
  168.  
  169. Cursor Down:       Same as the above command except that the buffer
  170.            is scrolled down.
  171.  
  172. Page Up:       This key will allow the buffer to be scrolled
  173.            up at between 1 and 25 lines at a time. The
  174.            actual number of lines is selected when Back
  175.            Scroll! is loaded.
  176.  
  177. Page Down:       Same as the above key except that the buffer is
  178.            "paged" down instead.
  179.  
  180. Minus (-):       This is the grey minus key on the right side of the
  181.            keyboard.  After positioning the cursor, pressing
  182.            this key will mark the beginning of the buffer to
  183.            be printed.
  184.  
  185. Plus (+):       This is the grey plus key on the right side of the
  186.            keyboard.  Pressing this key marks the end of the
  187.            buffer to be printed at the current cursor position.
  188.  
  189. PrtSc:           This will cause the marked buffer to be printed
  190.            to line printer 1. This command can be aborted
  191.            at any time by hitting any key.
  192.  
  193. Space Bar       Either of these keys will exit Back Scroll!.  The
  194. or Return:       currently saved screen is restored and the
  195.            suspended operation is continued. Once out of
  196.            Back Scroll!, it can be easily called up at
  197.            anytime again by using the "Control + Space Bar"
  198.            sequence.
  199.  
  200.      While using Back Scroll!, a number will appear in the upper
  201. right corner of the screen. This is a counter and it starts from
  202. the last line that was saved into the buffer. This number will
  203. change as the user moves around the buffer and serves as a guide
  204. to the current location.
  205.  
  206.  
  207.  
  208. Customization
  209. -------------
  210.  
  211.      Back Scroll! customization notes are available to any who wishes
  212. by sending a self addressed stamped envelope to The Kampro Group.
  213. With these notes, the keys used to enter and exit Back Scroll! can be
  214. modified to any combination of Control, Alternate, or Shift key
  215. sequences. This may in some cases make Back Scroll! easier to use.
  216.  
  217.      These notes also allow other defaults to be changed such as the
  218. printer port, type of screen paging (fast or slow), beginning cursor
  219. position, speed of scrolling, as well as  the  default    buffer    and
  220. paging size. A "Do First" command may also be invoked which will allow
  221. a keyboard input to be automatically done upon entering Back Scroll!.
  222. This command, for example, can be set to automatically do a page down
  223. whenever Back Scroll! is entered.
  224.  
  225.  
  226.  
  227. Warning:
  228. --------
  229.  
  230.      To avoid disk drive errors, activation of Back Scroll! during
  231. disk operations is not recommended.
  232.  
  233.  
  234.  
  235. Suggestions:
  236. ------------
  237.  
  238.      Back Scroll! will be erased whenever a "Control Alt Delete"
  239. sequence is done. It is recommended that Back Scroll! be put in an
  240. autoexecute batch file so that it may be activated at any time
  241. the system is running.    Back Scroll! should be the first program
  242. called from the autoexec batch file.
  243.  
  244.      Back Scroll! is especially useful with communications packages.
  245. It successfully overcomes the limitation of the 25 line screen and
  246. will allow the user to review large amounts of data easily although
  247. still at only 25 lines at a time.
  248.  
  249.      While in basic, Back Scroll! will automatically save the entire
  250. screen into the buffer whenever a clear screen command (CLS) is given.
  251. This is especially useful with programs that do not scroll but clear
  252. the screen instead as the preceding screen displays can easily be
  253. recalled.
  254.  
  255.      When using a spread sheet or word processor that does not scroll
  256. or clear the screen, Back Scroll! may be used to "take pictures"
  257. of important data that can be recalled almost instantly for quick
  258. reference.  This can be done at any time with the "Control Return"
  259. sequence.
  260.  
  261.      Remember, Back Scroll! has the ability to mark and print any
  262. data that is already in its buffer. This is useful if you wish
  263. to print just parts of a screen or more that one screen of data.
  264.  
  265.      Since Back Scroll! can be toggled into at any time, this in
  266. turn will pause the execution of any program at any point.  This
  267. can be useful in many cases such as during rapid screen output.
  268.  
  269.      If  Back Scroll!  happens to  conflict  with a program, the
  270. customization notes mentioned above may resolve the problem if it
  271. is due to either the keyboard or video section. The Kampro Group
  272. is open to suggestions and would like to know of any incompatibilities
  273. with software so that it can be worked out in future versions.
  274.  
  275.  
  276.  
  277. Disclaimer:
  278. -----------
  279.  
  280.      Back Scroll! is being distributed without warranty on an
  281. "as is" basis. The Kampro Group and/or any of its authors shall
  282. not be held liable for any loss or damage caused directly or
  283. indirectly by this program or any program by The Kampro Group.
  284. nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn